projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffb0b9d
)
Fix last change.
author
Dave Love
<fx@gnu.org>
Wed, 11 Sep 2002 21:00:27 +0000
(21:00 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 11 Sep 2002 21:00:27 +0000
(21:00 +0000)
lisp/international/ucs-tables.el
patch
|
blob
|
history
diff --git
a/lisp/international/ucs-tables.el
b/lisp/international/ucs-tables.el
index ee78a969d9b2f1aa7f909657af3d6ad03e73a8bb..a56daa8351141ce16dd5d9ee7f53e2928a898c0a 100644
(file)
--- a/
lisp/international/ucs-tables.el
+++ b/
lisp/international/ucs-tables.el
@@
-1100,7
+1100,7
@@
Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
;; Convert the lists to the basic char tables.
;; Ensure `decode-char' doesn't use the fragmentation table.
;; Fixme: handa suggests using the RESTRICTION arg.
- (let (
utf-8-translation-table-for-decode
)
+ (let (
(utf-8-translation-table-for-decode (make-translation-table))
)
(dolist (n (list 15 14 9 8 7 5 4 3 2 1))
(let ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n)))))
(dolist (pair alist)